How to change 24-hour format to 12-hour format

1. Go to theme folder on your iDevice
2. Open LockBackground.html file with text editor
3. Find "// currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;" string and uncomment it (simply delete "//" in the front of the string"


How to change weather location:

1. Go to weather.com website
2. Search for your location (f.e. Moscow)
3. In URL bar there should be string like this:

http://www.weather.com/weather/today/Moscow+RSXX0063:1:RS

The code you need is RSXX0063. Copy it to the clipboard.

4. Open LockBackground.html file with text editor
5. Find "var locale = "NLXX0018""
6. Change "NLXX0018" to your location code (in my example "RSXX0063")